home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / Netobj / netobj / t2.z / DPoint.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-04-29  |  346 b   |  16 lines

  1. class DPoint {
  2.    public int getx() {
  3.       return 0;
  4.    }
  5.  
  6.    public void setx(int var1) {
  7.    }
  8.  
  9.    public int gety() {
  10.       return 0;
  11.    }
  12.  
  13.    public void sety(int var1) {
  14.    }
  15. }
  16.